home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / help / tmpnam < prev    next >
Encoding:
Text File  |  1994-06-23  |  337 b   |  15 lines  |  [TEXT/RLAB]

  1. tmpnam:
  2.  
  3. Synopsis: Create a unique file name.
  4.  
  5. Syntax:    tmpnam ( )
  6.  
  7. Description:
  8.  
  9.     tmpnam returns a string that is not the name of an existing
  10.     file. tmpnam generates a different name each time is is
  11.     called. The string tmpnam returns can be used a a filename
  12.     with RLaB's file I/O functions.
  13.  
  14. See Also: open, close, read, write, fprintf
  15.